'Declaration
Public Function New( _ ByVal description As System.String, _ ByVal element As INElement, _ ByVal attributeName As System.String, _ ByVal fields() As System.String, _ ByVal hint As System.String _ )
'Usage
Dim description As System.String Dim element As INElement Dim attributeName As System.String Dim fields() As System.String Dim hint As System.String Dim instance As New NAttributeStateChangeOperation(description, element, attributeName, fields, hint)
public NAttributeStateChangeOperation( System.string description, INElement element, System.string attributeName, System.string[] fields, System.string hint )
Parameters
- description
- element
- attributeName
- fields
- hint